home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / text / edit / envwww21.lha / envWWW21 / Install_d.bat < prev    next >
DOS Batch File  |  1996-11-11  |  622b  |  20 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="presets/html.syntax"
  4. INSTALL PRESET="presets/html.api"
  5.  
  6. ; create new menu/toolbar (based on the menu/toolbar currently used for editing text)
  7.  
  8. INSTALL PRESET="presets/d/html.menu"  MERGEMENU    "anytext" MERGEMENUPOS=1
  9. INSTALL PRESET="presets/html.gadgets" MERGEGADGETS "anytext"
  10.  
  11. ; modify standard toolbar
  12.  
  13. INSTALL PRESET="presets/standard.gadgets" MERGEGADGETS "anytext" REPLACE
  14.  
  15. ; install new filetype
  16.  
  17. FILETYPE ADD="(#?.html|#?.htm)" DUP="anytext.html" PRI=127 PRESETS "html.syntax" "html.menu" "html.gadgets" "html.api"
  18.  
  19. INFO MSG="Installation complete, please RESTART GoldED."
  20.